@import url("https://fonts.googleapis.com/css?family=Nunito:400,900|Montserrat|Roboto");

 .container2 {
  background: #FFFFFF;
  width: 540px;
  height: 420px;
  margin: 0 auto;
  position: relative;
 
  box-shadow: 2px 5px 20px rgba(119, 119, 119, 0.5);
}


.leftbox {
  float: left;
 
  /* left: 5%; */
  position: absolute;
  width: 15%;
 
  background: #7ED386;
  box-shadow: 3px 3px 10px rgba(119, 119, 119, 0.5);
}

 .nav2 a {
  list-style: none;
  padding: 20px 35px;
  color: #FFFFFF;
  font-size: 1.1em;
  display: block;
  transition: all .3s ease-in-out;
}
.nav2 a:hover {
  color: #3FB6A8;
  transform: scale(1.2);
  cursor: pointer;
}
.nav2 a:first-child {
  margin-top: 7px;
}

.container2 .active {
  color: #3FB6A8 !important;
  background-color:#f2f2f2;
}

.rightbox {
  float: right;
  width: 75%;
  height: 100%;
}

.doctor, .hospital, .bloodBank, .Dcenter, .ambulance, .pharmacy {
  transition: opacity .5s ease-in;
  position: absolute;
  width: 70%;
}

/* h1 {
  font-family: "Montserrat", sans-serif;
  color: #7ED386;
  font-size: 1em;
  margin-top: 40px;
  margin-bottom: 35px;
} */
.searchHeading
{
	 color: #7ED386;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 15px;
}


.container2 p {
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to right, #3FB6A8, rgba(126, 211, 134, 0.5)) 1 0%;
  border-top: 0;
  width: 80%;
  font-family: "Montserrat", sans-serif;
  font-size: .7em;
  padding: 7px 0;
  color: #070707;
}


.container2 .btn {
  float: right;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  border: none;
  color: #fff !important;
}

.container2 .btn:hover {
  text-decoration: underline;
  font-weight: 900;
}

.container2 input {
  border: 1px solid #dddddd;
  font-family: "Roboto", sans-serif;
  padding: 2px;
  margin: 0;
}

.privacy h2 {
  margin-top: 25px;
}

.settings h2 {
  margin-top: 25px;
}

.noshow {
  opacity: 0;
}

@media screen and (max-width: 600px)
{
	.container2 {
  background: #FFFFFF;
  width: 100%;
  height: 420px;
  margin: 0 auto;
  position: relative;
 
  box-shadow: 2px 5px 20px rgba(119, 119, 119, 0.5);
}
.nav2 a {
    list-style: none;
    padding: 20px 15px;
    color: #FFFFFF;
    font-size: 1.1em;
    display: block;
    transition: all .3s ease-in-out;
}
.searchHeading
{
	 color: #7ED386;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 15px;
}

}

.team-description .team-icon li i {
    color: #5dc060;
    font-size: 17px !important;
    line-height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}
.filterbox
{
	
		align-items: center;
}
.filterbox .form-control:focus {
    box-shadow: none;
    background: #fff;
	
}

.modifysearch .form-control:focus {
    box-shadow: none;
    background: #fff;
	
}
.filterbox select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 42px !important;
	border:1px solid #444;
	margin-right:10px;
}
.hospitallist .box-shadow
{
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.19) !important;
}
.hospitallist .white-bg
{
   padding:10px 20px;	
}
.modifysearch .row 
{
	
	padding-top:10px;
}
.doctorlist .box-shadow
{
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.19) !important;
}
.doctorlist .white-bg
{
   padding:10px;	
}
.search-form
{position: absolute;
 right: 0; top: 90px;
 width: 100%; height: 100px; 
 background-color:#000; 
 visibility: hidden; opacity: 0;
 -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); 
 -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
 -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); 
 -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); 
 transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
 }
.search-form.active
{top: 75px;
 visibility: visible; 
 opacity: 1;
 }
.search-input
{width: 100%; height: 60px; 
background: #FFFFFF; 
color: #1b0b32; padding-left: 20px; margin-top: 20px;
 outline: none !important; border: 1px solid #ff7810;
 }
.textoverflow
{
	width:90%;

	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
		
}
.menuboxshadow
{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.050);

}
@media screen and (max-width:992px)
{
	#ht-main-nav 
	{
		/* background-color:#444; */
		background: linear-gradient(90deg, rgba(88,190,91) 0%, rgba(19,135,191) 50%);
	}
}
.xsfilter
{
	position:fixed;
	bottom:0;
	background-color:#fff;
	font-size:20px;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	color:#444;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.050);
	z-index:999;
}
#filter
{
	width: 100%;
    height: 100%;
    top: 0;
    z-index: 2000;
    position: fixed;
	background-color:#fff;
}
.filterBody
{
	width:100%;
	padding:10px 20px;
	margin:10px;
	background-color:#f7f3f3;
	height:80%;
}
.filterfooter
{
	 position: fixed;
	 bottom: 0;
	  z-index: 2000;
}
h1 
{
	font-size:40px; 
}
.hero-title
{
	font-size:65px;	
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal .featured-title h5 {
    margin: 20px 0 20px;
    text-transform: capitalize;
	font-size:18px;
}
.button-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.button-container button {
  flex: 1;
  border-width: 0;
  outline: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  background-color: #ff8a16;
  padding: 5px;
}
.button-container form {
  width: 50%;
  justify-self: center;
  text-align: center;
}

.login-page {
  width: 100%;
  margin: auto;
}

.form {
  position: relative;
  z-index: 1;
 /*  background: #FFFFFF; */
  max-width: 100%;
  margin: 0 auto 100px;
  /* padding: 45px; */
 /*  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); */
}

/* .form input {
  font-family: "Lato", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 0.875rem;
} */

.form input:active {
  background: #fff02;
}

.form button {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background-image: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%);
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  background-size: 200% auto;
  font-size: 1rem;
  transition: 0.5s ease;
  box-shadow: 0 0 20px #eee;
  cursor: pointer;
}
.form input[type=submit] {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background-image: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%);
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    background-size: 200% auto;
    font-size: 1rem;
    transition: 0.5s ease;
    box-shadow: 0 0 20px #eee;
    cursor: pointer;
}

.form button:hover, .form button:active, .form button:focus {
  background-position: right center;
}

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
  text-align: center;
}

.form .message a {
  color: #a6c1ee;
  text-decoration: none;
}

button {
  border-width: 1px;
  border-radius: 2rem;
  outline: 0;
}

form.hide {
  display: none;
  transition: all 1s ease;
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f9ce8f;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width:700px)
{
	.login-form label
	{
		font-size:12px;
	}
	.register-form label
	{
		display:inline;
	}
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 50px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.050);
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 40px;
  line-height: 40px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}
.file-upload-wrapper:before {
  content: 'Upload';
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 50px;
  background: #fff;
  color: #000;
  font-weight: 700;
  z-index: 25;
  font-size: 15px;
  line-height: 50px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
  border: 1px solid transparent
}

.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 576px){
.hero-title {
    font-size: 40px;
    line-height: 50px;
}
.xs-text-p
{
	text-align:justify;
	text-align-last:center;
}
}
.regist-div
{
	display:contents;
}
.login-page .form .btn2 {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background-image: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%);
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    background-size: 200% auto;
    font-size: 1rem;
    transition: 0.5s ease;
    box-shadow: 0 0 20px #eee;
    cursor: pointer;
	border-radius:2rem;
}
@media (max-width: 576px){
.section-title h2 {
    font-size: 26px;
    text-align: center;
    line-height: 32px;
}
.section-title  {
	 text-align: center !important;
}
#about
{
	text-align:center!important;
}
}

/* blog */

.post .post-title h5{
    font-size:14px;
	line-height:22px;
}
.post .post-title h2{
    font-size:26px;
	line-height:30px;
}


.footer-list li a {
    position: relative;
    z-index: 99;
    font-size: 14px;
    padding: 2px 0;
    font-weight: 400;
    color: #111121;
}
.blog-title
{
	font-size:30px !important;
	line-height:40px !important;
	font-weight: 600 !important;
}
.allblogs-img {
    
    width: 100%;
    height: 250px;
}

.allblogs-img img 
{
	object-fit: cover;
}
.widget .recent-post-desc a {
    display: block;
    margin-bottom: 5px;
    color: #111121;
	font-size:12px;
    font-weight: 500;
}
.detail-post img 
{
	 width: 100%;
    height: 350px;
	object-fit: cover;
}
.authorName 
{
	font-size:14px;
	font-weight:600;
	color:#ff5722;
}
.post .post-desc {
    padding: 20px 30px 40px;
    background: #ffffff;
    margin-bottom: 25px;
}
.post-desc p 
{
	color:#666;
	font-size:14px;
}
.overflow-title
{
	display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 56px;
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.short-desc
{
	display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 50px;
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post
{
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.050);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.050);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}